home *** CD-ROM | disk | FTP | other *** search
/ Aminet 27 / Aminet 27 (1998)(GTI - Schatztruhe)[!][Oct 1998].iso / Tools / ClassAct / Layout_README.doc < prev    next >
Text File  |  1996-03-11  |  1KB  |  20 lines

  1. The layout.gadget is a 68000 binary with V37 support code in it. This means
  2. that it will work on any machine with at least OS 2.04 on it. However,
  3. because Intuition V37 does not support some features the layout.gadget uses,
  4. it has to kludge a few things. These kludges are contained within an OS
  5. version check, and are fully OS legal. They will not be used on a V39
  6. machine. Obviously these checks can slow things down a bit.
  7.  
  8. To rectify that, layout.gadget.020 is a 68030 optimised version that
  9. requires V39. It will refuse to work on a V37 machine. However, it WILL
  10. work on a 68020, regardless of being optimised for a 68030. Because it
  11. requires V39, it also uses Exec memory pool functions directly instead
  12. of the linked lib versions. This is another reason why it is faster.
  13.  
  14. In short: if you have 68000 or 68010, OR if you have OS 2.04 or 2.1, you
  15. have  to use layout.gadget. If you have 68020 or better and OS 3.0 or
  16. later you can, and should, use layout.gadget.020. The V37 version will
  17. work just like the V39 version would, but it is a tad slower.
  18.  
  19. You do want all the speed you can get, don't you? :)
  20.